Register<I,T>() Method

Summary

Registers a type mapping with the container.

Syntax
C#
VB
C++
public static void Register<I, T>() 
  
Public Overloads Shared Sub Register 
    (Of I,T As I)()  
public: 
static void Registergeneric<typename I> 
generic<typename T> 
();  
where T: I 

Type Parameters

I
Type that will be requested.

T
Type that will actually be returned.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly